cannot not -> must
authorCaolán McNamara <caolanm@redhat.com>
Tue, 26 Jan 2016 12:08:01 +0000 (12:08 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 12 Feb 2016 03:18:26 +0000 (22:18 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=761826

gtk/gtkwidget.c

index bc1f78627fdb5f053ddd3a9aed212a905e70aae4..08bd939394edc0e264a935311d3f44befc08fe8e 100644 (file)
@@ -2925,7 +2925,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
    * made based solely on the cursor position and the type of the data, the
    * handler may inspect the dragged data by calling gtk_drag_get_data() and
    * defer the gdk_drag_status() call to the #GtkWidget::drag-data-received
-   * handler. Note that you cannot not pass #GTK_DEST_DEFAULT_DROP,
+   * handler. Note that you must pass #GTK_DEST_DEFAULT_DROP,
    * #GTK_DEST_DEFAULT_MOTION or #GTK_DEST_DEFAULT_ALL to gtk_drag_dest_set()
    * when using the drag-motion signal that way.
    *